Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Collection<T> Class
The type of elements in the list.
Members


In This Topic
    Collection<T> Class
    In This Topic
    Represents a strongly typed list of objects that can be accessed by index.
    Syntax
    'Declaration
     
    
    Public Class Collection(Of T) 
    'Usage
     
    
    Dim instance As Collection(Of T)
    public class Collection<T> 
    Type Parameters
    T
    The type of elements in the list.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Collection<T>

    See Also